Reorder Initial Setup and Tutorial Flow#106
Reorder Initial Setup and Tutorial Flow#106OsakaLOOP wants to merge 1 commit intobefore-refractorfrom
Conversation
- Reorder execution flow so `InitialSetupModal` appears before `Tutorial`. - Move the welcome message from `Tutorial` into the region selection step of `InitialSetupModal`. - Update `Tutorial` to begin by asking the user if they want to view the tutorial instead of showing the welcome message. - Require manual user interaction for the map tab transition in the tutorial by using `wait-click-tab`. - Ensure independent evaluation of `rail_setup_done` and `rail_tutorial_skipped` flags to prevent repetition. Co-authored-by: OsakaLOOP <68284076+OsakaLOOP@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Reorders the onboarding sequence by executing the preference/initial setup modal before the tutorial. The tutorial's welcome message has been integrated into the setup modal's region selection step, and the tutorial itself now begins with a prompt asking the user if they'd like to proceed. A minor fix requires the user to manually click the map tab during the tutorial.
PR created automatically by Jules for task 16606381206352133790 started by @OsakaLOOP